Html Css Color HEX #05879D Eastern Blue

📋 copy color: '#05879D'

red 5 ◦ green 135 ◦ blue 157

#05879D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #05879D

Tints of Eastern Blue #05879D

RGB

 RED value IS 5 (2.34% from 255) = 1.68%

 GREEN value IS 135 (53.13% from 255) = 45.45%

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 1.68%
G = 45.45%
B = 52.86%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#05879D (or 0x05879D) is known color: Eastern Blue. HEX triplet: 05, 87 and 9D. RGB value is (5,135,157). Sum of RGB (Red+Green+Blue) = 5+135+157=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #05879D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05879D is #FA7862. Grayscale: #626262. Windows color (decimal): -16414819 or 10323717. OLE color: 10323717.

HSL color Cylindrical-coordinate representation of color #05879D: hue angle of 188.68º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05879D is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 135 157 -
CMYK 0.97 0.14 0 0.38
HSL 188.68º 0.94% 0.32% -
HSV(B) 188.68º 0.97% 0.62% -
XYZ 14.81 19.79 34.94 -
YUV 98.64 160.93 61.21 -
System Red Green Blue C M Y K H S L
Decimal 5 135 157 0.97 0.14 0 0.38 188.68 0.94 0.32
Hex 5 87 9D 61 E 0 26 BD 5E 20
Octal 5 207 235 141 16 0 46 275 136 40
Binary 101 10000111 10011101 1100001 1110 0 100110 10111101 1011110 100000

Color Harmonies of #05879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05879D

Black with #05879D

Text Example


Text Example

White with #05879D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05879D; }

 p { color: rgb(5,135,157); }

 H1.HeaderClassName
 {
   color: #05879D;
 }
 .AnyTagClassName
 {
   color: #05879D;
 }
</style>

background-color css

<style>
 a { background-color: #05879D; }

 a { background-color: rgb(5,135,157); }

 div.DivClassName
 {
   background-color: #05879D;
 }
 .BgClassName
 {
   background-color: #05879D;
 }
</style>

border-color css

<style>
 span { border-color: #05879D; }

 span { border-color: rgb(5,135,157); }

 td.TdClassName
 {
   border-color: #05879D;
 }
 .TagClassName
 {
   border-color: #05879D;
 }
</style>