Html Css Color HEX #05637C Blue Lagoon

📋 copy color: '#05637C'

red 5 ◦ green 99 ◦ blue 124

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

Shades of Blue Lagoon #05637C

Tints of Blue Lagoon #05637C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.39%

R = 2.19%
G = 43.42%
B = 54.39%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05637C (or 0x05637C) is known color: Blue Lagoon. HEX triplet: 05, 63 and 7C. RGB value is (5,99,124). Sum of RGB (Red+Green+Blue) = 5+99+124=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #05637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05637C is #FA9C83. Grayscale: #494949. Windows color (decimal): -16424068 or 8151813. OLE color: 8151813.

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

Color convert

RGB 5 99 124 -
CMYK 0.96 0.20 0 0.51
HSL 192.61º 0.92% 0.25% -
HSV(B) 192.61º 0.96% 0.49% -
XYZ 8.16 10.41 20.65 -
YUV 73.74 156.36 78.97 -
System Red Green Blue C M Y K H S L
Decimal 5 99 124 0.96 0.20 0 0.51 192.61 0.92 0.25
Hex 5 63 7C 60 14 0 33 C1 5C 19
Octal 5 143 174 140 24 0 63 301 134 31
Binary 101 1100011 1111100 1100000 10100 0 110011 11000001 1011100 11001

Color Harmonies of #05637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05637C

Black with #05637C

Text Example


Text Example

White with #05637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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