Html Css Color HEX #05526E Blue Lagoon

📋 copy color: '#05526E'

red 5 ◦ green 82 ◦ blue 110

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

Shades of Blue Lagoon #05526E

Tints of Blue Lagoon #05526E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 110 (43.36% from 255) = 55.84%

R = 2.54%
G = 41.62%
B = 55.84%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05526E (or 0x05526E) is known color: Blue Lagoon. HEX triplet: 05, 52 and 6E. RGB value is (5,82,110). Sum of RGB (Red+Green+Blue) = 5+82+110=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #05526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05526E is #FAAD91. Grayscale: #3D3D3D. Windows color (decimal): -16428434 or 7229957. OLE color: 7229957.

HSL color Cylindrical-coordinate representation of color #05526E: hue angle of 196º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05526E is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 82 110 -
CMYK 0.95 0.25 0 0.57
HSL 196º 0.91% 0.23% -
HSV(B) 196º 0.95% 0.43% -
XYZ 5.89 7.19 15.83 -
YUV 62.17 154.99 87.22 -
System Red Green Blue C M Y K H S L
Decimal 5 82 110 0.95 0.25 0 0.57 196 0.91 0.23
Hex 5 52 6E 5F 19 0 39 C4 5B 17
Octal 5 122 156 137 31 0 71 304 133 27
Binary 101 1010010 1101110 1011111 11001 0 111001 11000100 1011011 10111

Color Harmonies of #05526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05526E

Black with #05526E

Text Example


Text Example

White with #05526E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05526E; }

 p { color: rgb(5,82,110); }

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

background-color css

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

 a { background-color: rgb(5,82,110); }

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

border-color css

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

 span { border-color: rgb(5,82,110); }

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