Html Css Color HEX #05779F Cerulean

📋 copy color: '#05779F'

red 5 ◦ green 119 ◦ blue 159

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

Shades of Cerulean #05779F

Tints of Cerulean #05779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.05%

 BLUE value IS 159 (62.5% from 255) = 56.18%

R = 1.77%
G = 42.05%
B = 56.18%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05779F (or 0x05779F) is known color: Cerulean. HEX triplet: 05, 77 and 9F. RGB value is (5,119,159). Sum of RGB (Red+Green+Blue) = 5+119+159=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #05779F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05779F is #FA8860. Grayscale: #595959. Windows color (decimal): -16418913 or 10450693. OLE color: 10450693.

HSL color Cylindrical-coordinate representation of color #05779F: hue angle of 195.58º 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 #05779F is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 119 159 -
CMYK 0.97 0.25 0 0.38
HSL 195.58º 0.94% 0.32% -
HSV(B) 195.58º 0.97% 0.62% -
XYZ 12.92 15.73 35.16 -
YUV 89.47 167.23 67.75 -
System Red Green Blue C M Y K H S L
Decimal 5 119 159 0.97 0.25 0 0.38 195.58 0.94 0.32
Hex 5 77 9F 61 19 0 26 C4 5E 20
Octal 5 167 237 141 31 0 46 304 136 40
Binary 101 1110111 10011111 1100001 11001 0 100110 11000100 1011110 100000

Color Harmonies of #05779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05779F

Black with #05779F

Text Example


Text Example

White with #05779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05779F; }

 p { color: rgb(5,119,159); }

 H1.HeaderClassName
 {
   color: #05779F;
 }
 .AnyTagClassName
 {
   color: #05779F;
 }
</style>

background-color css

<style>
 a { background-color: #05779F; }

 a { background-color: rgb(5,119,159); }

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

border-color css

<style>
 span { border-color: #05779F; }

 span { border-color: rgb(5,119,159); }

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