Html Css Color HEX #05536A Blue Lagoon

📋 copy color: '#05536A'

red 5 ◦ green 83 ◦ blue 106

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

Shades of Blue Lagoon #05536A

Tints of Blue Lagoon #05536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 54.64%

R = 2.58%
G = 42.78%
B = 54.64%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05536A (or 0x05536A) is known color: Blue Lagoon. HEX triplet: 05, 53 and 6A. RGB value is (5,83,106). Sum of RGB (Red+Green+Blue) = 5+83+106=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #05536A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05536A is #FAAC95. Grayscale: #3E3E3E. Windows color (decimal): -16428182 or 6968069. OLE color: 6968069.

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

Color convert

RGB 5 83 106 -
CMYK 0.95 0.22 0 0.58
HSL 193.66º 0.91% 0.22% -
HSV(B) 193.66º 0.95% 0.42% -
XYZ 5.76 7.26 14.73 -
YUV 62.3 152.66 87.13 -
System Red Green Blue C M Y K H S L
Decimal 5 83 106 0.95 0.22 0 0.58 193.66 0.91 0.22
Hex 5 53 6A 5F 16 0 3A C2 5B 16
Octal 5 123 152 137 26 0 72 302 133 26
Binary 101 1010011 1101010 1011111 10110 0 111010 11000010 1011011 10110

Color Harmonies of #05536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05536A

Black with #05536A

Text Example


Text Example

White with #05536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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