Html Css Color HEX #05596C Blue Lagoon

📋 copy color: '#05596C'

red 5 ◦ green 89 ◦ blue 108

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

Shades of Blue Lagoon #05596C

Tints of Blue Lagoon #05596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.06%

 BLUE value IS 108 (42.58% from 255) = 53.47%

R = 2.48%
G = 44.06%
B = 53.47%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05596C (or 0x05596C) is known color: Blue Lagoon. HEX triplet: 05, 59 and 6C. RGB value is (5,89,108). Sum of RGB (Red+Green+Blue) = 5+89+108=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #05596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05596C is #FAA693. Grayscale: #414141. Windows color (decimal): -16426644 or 7100677. OLE color: 7100677.

HSL color Cylindrical-coordinate representation of color #05596C: hue angle of 191.07º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05596C is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 89 108 -
CMYK 0.95 0.18 0 0.58
HSL 191.07º 0.91% 0.22% -
HSV(B) 191.07º 0.95% 0.42% -
XYZ 6.34 8.26 15.45 -
YUV 66.05 151.67 84.46 -
System Red Green Blue C M Y K H S L
Decimal 5 89 108 0.95 0.18 0 0.58 191.07 0.91 0.22
Hex 5 59 6C 5F 12 0 3A BF 5B 16
Octal 5 131 154 137 22 0 72 277 133 26
Binary 101 1011001 1101100 1011111 10010 0 111010 10111111 1011011 10110

Color Harmonies of #05596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05596C

Black with #05596C

Text Example


Text Example

White with #05596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,89,108); }

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

background-color css

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

 a { background-color: rgb(5,89,108); }

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

border-color css

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

 span { border-color: rgb(5,89,108); }

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