Html Css Color HEX #05637A Blue Lagoon

📋 copy color: '#05637A'

red 5 ◦ green 99 ◦ blue 122

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

Shades of Blue Lagoon #05637A

Tints of Blue Lagoon #05637A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.81%

 BLUE value IS 122 (48.05% from 255) = 53.98%

R = 2.21%
G = 43.81%
B = 53.98%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05637A (or 0x05637A) is known color: Blue Lagoon. HEX triplet: 05, 63 and 7A. RGB value is (5,99,122). Sum of RGB (Red+Green+Blue) = 5+99+122=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #05637A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05637A is #FA9C85. Grayscale: #494949. Windows color (decimal): -16424070 or 8020741. OLE color: 8020741.

HSL color Cylindrical-coordinate representation of color #05637A: hue angle of 191.79º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05637A is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 99 122 -
CMYK 0.96 0.19 0 0.52
HSL 191.79º 0.92% 0.25% -
HSV(B) 191.79º 0.96% 0.48% -
XYZ 8.04 10.36 19.99 -
YUV 73.52 155.36 79.13 -
System Red Green Blue C M Y K H S L
Decimal 5 99 122 0.96 0.19 0 0.52 191.79 0.92 0.25
Hex 5 63 7A 60 13 0 34 C0 5C 19
Octal 5 143 172 140 23 0 64 300 134 31
Binary 101 1100011 1111010 1100000 10011 0 110100 11000000 1011100 11001

Color Harmonies of #05637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05637A

Black with #05637A

Text Example


Text Example

White with #05637A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,99,122); }

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

background-color css

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

 a { background-color: rgb(5,99,122); }

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

border-color css

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

 span { border-color: rgb(5,99,122); }

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