Html Css Color HEX #05536E Blue Lagoon

📋 copy color: '#05536E'

red 5 ◦ green 83 ◦ blue 110

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

Shades of Blue Lagoon #05536E

Tints of Blue Lagoon #05536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.92%

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

R = 2.53%
G = 41.92%
B = 55.56%

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

#05536E (or 0x05536E) is known color: Blue Lagoon. HEX triplet: 05, 53 and 6E. RGB value is (5,83,110). Sum of RGB (Red+Green+Blue) = 5+83+110=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #05536E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05536E is #FAAC91. Grayscale: #3E3E3E. Windows color (decimal): -16428178 or 7230213. OLE color: 7230213.

HSL color Cylindrical-coordinate representation of color #05536E: hue angle of 195.43º 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 #05536E is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 83 110 -
CMYK 0.95 0.25 0 0.57
HSL 195.43º 0.91% 0.23% -
HSV(B) 195.43º 0.95% 0.43% -
XYZ 5.97 7.34 15.85 -
YUV 62.76 154.66 86.8 -
System Red Green Blue C M Y K H S L
Decimal 5 83 110 0.95 0.25 0 0.57 195.43 0.91 0.23
Hex 5 53 6E 5F 19 0 39 C3 5B 17
Octal 5 123 156 137 31 0 71 303 133 27
Binary 101 1010011 1101110 1011111 11001 0 111001 11000011 1011011 10111

Color Harmonies of #05536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05536E

Black with #05536E

Text Example


Text Example

White with #05536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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