Html Css Color HEX #05689C Cerulean

📋 copy color: '#05689C'

red 5 ◦ green 104 ◦ blue 156

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

Shades of Cerulean #05689C

Tints of Cerulean #05689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.25%

 BLUE value IS 156 (61.33% from 255) = 58.87%

R = 1.89%
G = 39.25%
B = 58.87%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05689C (or 0x05689C) is known color: Cerulean. HEX triplet: 05, 68 and 9C. RGB value is (5,104,156). Sum of RGB (Red+Green+Blue) = 5+104+156=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #05689C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05689C is #FA9763. Grayscale: #505050. Windows color (decimal): -16422756 or 10250245. OLE color: 10250245.

HSL color Cylindrical-coordinate representation of color #05689C: hue angle of 200.66º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05689C is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 104 156 -
CMYK 0.97 0.33 0 0.39
HSL 200.66º 0.94% 0.32% -
HSV(B) 200.66º 0.97% 0.61% -
XYZ 11.01 12.33 33.25 -
YUV 80.33 170.7 74.27 -
System Red Green Blue C M Y K H S L
Decimal 5 104 156 0.97 0.33 0 0.39 200.66 0.94 0.32
Hex 5 68 9C 61 21 0 27 C9 5E 20
Octal 5 150 234 141 41 0 47 311 136 40
Binary 101 1101000 10011100 1100001 100001 0 100111 11001001 1011110 100000

Color Harmonies of #05689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05689C

Black with #05689C

Text Example


Text Example

White with #05689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05689C; }

 p { color: rgb(5,104,156); }

 H1.HeaderClassName
 {
   color: #05689C;
 }
 .AnyTagClassName
 {
   color: #05689C;
 }
</style>

background-color css

<style>
 a { background-color: #05689C; }

 a { background-color: rgb(5,104,156); }

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

border-color css

<style>
 span { border-color: #05689C; }

 span { border-color: rgb(5,104,156); }

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