Html Css Color HEX #055875 Blue Lagoon

📋 copy color: '#055875'

red 5 ◦ green 88 ◦ blue 117

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

Shades of Blue Lagoon #055875

Tints of Blue Lagoon #055875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.9%

 BLUE value IS 117 (46.09% from 255) = 55.71%

R = 2.38%
G = 41.9%
B = 55.71%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#055875 (or 0x055875) is known color: Blue Lagoon. HEX triplet: 05, 58 and 75. RGB value is (5,88,117). Sum of RGB (Red+Green+Blue) = 5+88+117=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #055875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055875 is #FAA78A. Grayscale: #424242. Windows color (decimal): -16426891 or 7690245. OLE color: 7690245.

HSL color Cylindrical-coordinate representation of color #055875: hue angle of 195.54º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055875 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 88 117 -
CMYK 0.96 0.25 0 0.54
HSL 195.54º 0.92% 0.24% -
HSV(B) 195.54º 0.96% 0.46% -
XYZ 6.76 8.3 18.07 -
YUV 66.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 5 88 117 0.96 0.25 0 0.54 195.54 0.92 0.24
Hex 5 58 75 60 19 0 36 C4 5C 18
Octal 5 130 165 140 31 0 66 304 134 30
Binary 101 1011000 1110101 1100000 11001 0 110110 11000100 1011100 11000

Color Harmonies of #055875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055875

Black with #055875

Text Example


Text Example

White with #055875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055875; }

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

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

background-color css

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

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

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

border-color css

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

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

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