Html Css Color HEX #05636D Blue Lagoon

📋 copy color: '#05636D'

red 5 ◦ green 99 ◦ blue 109

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

Shades of Blue Lagoon #05636D

Tints of Blue Lagoon #05636D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.17%

R = 2.35%
G = 46.48%
B = 51.17%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05636D (or 0x05636D) is known color: Blue Lagoon. HEX triplet: 05, 63 and 6D. RGB value is (5,99,109). Sum of RGB (Red+Green+Blue) = 5+99+109=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #05636D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05636D is #FA9C92. Grayscale: #474747. Windows color (decimal): -16424083 or 7168773. OLE color: 7168773.

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

Color convert

RGB 5 99 109 -
CMYK 0.95 0.09 0 0.57
HSL 185.77º 0.91% 0.22% -
HSV(B) 185.77º 0.95% 0.43% -
XYZ 7.28 10.06 16.03 -
YUV 72.03 148.86 80.19 -
System Red Green Blue C M Y K H S L
Decimal 5 99 109 0.95 0.09 0 0.57 185.77 0.91 0.22
Hex 5 63 6D 5F 9 0 39 BA 5B 16
Octal 5 143 155 137 11 0 71 272 133 26
Binary 101 1100011 1101101 1011111 1001 0 111001 10111010 1011011 10110

Color Harmonies of #05636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05636D

Black with #05636D

Text Example


Text Example

White with #05636D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05636D; }

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

 H1.HeaderClassName
 {
   color: #05636D;
 }
 .AnyTagClassName
 {
   color: #05636D;
 }
</style>

background-color css

<style>
 a { background-color: #05636D; }

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

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

border-color css

<style>
 span { border-color: #05636D; }

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

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