Html Css Color HEX #057899 Cerulean

📋 copy color: '#057899'

red 5 ◦ green 120 ◦ blue 153

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

Shades of Cerulean #057899

Tints of Cerulean #057899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.17%

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 1.8%
G = 43.17%
B = 55.04%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#057899 (or 0x057899) is known color: Cerulean. HEX triplet: 05, 78 and 99. RGB value is (5,120,153). Sum of RGB (Red+Green+Blue) = 5+120+153=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #057899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057899 is #FA8766. Grayscale: #595959. Windows color (decimal): -16418663 or 10057733. OLE color: 10057733.

HSL color Cylindrical-coordinate representation of color #057899: hue angle of 193.38º 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 #057899 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 120 153 -
CMYK 0.97 0.22 0 0.4
HSL 193.38º 0.94% 0.31% -
HSV(B) 193.38º 0.97% 0.6% -
XYZ 12.53 15.77 32.52 -
YUV 89.38 163.9 67.82 -
System Red Green Blue C M Y K H S L
Decimal 5 120 153 0.97 0.22 0 0.4 193.38 0.94 0.31
Hex 5 78 99 61 16 0 28 C1 5E 1F
Octal 5 170 231 141 26 0 50 301 136 37
Binary 101 1111000 10011001 1100001 10110 0 101000 11000001 1011110 11111

Color Harmonies of #057899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057899

Black with #057899

Text Example


Text Example

White with #057899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057899; }

 p { color: rgb(5,120,153); }

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

background-color css

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

 a { background-color: rgb(5,120,153); }

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

border-color css

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

 span { border-color: rgb(5,120,153); }

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