Html Css Color HEX #057597 Cerulean

📋 copy color: '#057597'

red 5 ◦ green 117 ◦ blue 151

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

Shades of Cerulean #057597

Tints of Cerulean #057597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.86%

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 1.83%
G = 42.86%
B = 55.31%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#057597 (or 0x057597) is known color: Cerulean. HEX triplet: 05, 75 and 97. RGB value is (5,117,151). Sum of RGB (Red+Green+Blue) = 5+117+151=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #057597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057597 is #FA8A68. Grayscale: #575757. Windows color (decimal): -16419433 or 9925893. OLE color: 9925893.

HSL color Cylindrical-coordinate representation of color #057597: hue angle of 193.97º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057597 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 117 151 -
CMYK 0.97 0.23 0 0.41
HSL 193.97º 0.94% 0.31% -
HSV(B) 193.97º 0.97% 0.59% -
XYZ 12.01 14.99 31.54 -
YUV 87.39 163.89 69.24 -
System Red Green Blue C M Y K H S L
Decimal 5 117 151 0.97 0.23 0 0.41 193.97 0.94 0.31
Hex 5 75 97 61 17 0 29 C2 5E 1F
Octal 5 165 227 141 27 0 51 302 136 37
Binary 101 1110101 10010111 1100001 10111 0 101001 11000010 1011110 11111

Color Harmonies of #057597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057597

Black with #057597

Text Example


Text Example

White with #057597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057597; }

 p { color: rgb(5,117,151); }

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

background-color css

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

 a { background-color: rgb(5,117,151); }

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

border-color css

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

 span { border-color: rgb(5,117,151); }

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