Html Css Color HEX #05689A Cerulean

📋 copy color: '#05689A'

red 5 ◦ green 104 ◦ blue 154

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

Shades of Cerulean #05689A

Tints of Cerulean #05689A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 58.56%

R = 1.9%
G = 39.54%
B = 58.56%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05689A (or 0x05689A) is known color: Cerulean. HEX triplet: 05, 68 and 9A. RGB value is (5,104,154). Sum of RGB (Red+Green+Blue) = 5+104+154=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #05689A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05689A is #FA9765. Grayscale: #4F4F4F. Windows color (decimal): -16422758 or 10119173. OLE color: 10119173.

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

Color convert

RGB 5 104 154 -
CMYK 0.97 0.32 0 0.40
HSL 200.13º 0.94% 0.31% -
HSV(B) 200.13º 0.97% 0.6% -
XYZ 10.85 12.27 32.37 -
YUV 80.1 169.7 74.43 -
System Red Green Blue C M Y K H S L
Decimal 5 104 154 0.97 0.32 0 0.40 200.13 0.94 0.31
Hex 5 68 9A 61 20 0 28 C8 5E 1F
Octal 5 150 232 141 40 0 50 310 136 37
Binary 101 1101000 10011010 1100001 100000 0 101000 11001000 1011110 11111

Color Harmonies of #05689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05689A

Black with #05689A

Text Example


Text Example

White with #05689A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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