Html Css Color HEX #05627D Blue Lagoon

📋 copy color: '#05627D'

red 5 ◦ green 98 ◦ blue 125

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

Shades of Blue Lagoon #05627D

Tints of Blue Lagoon #05627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

 BLUE value IS 125 (49.22% from 255) = 54.82%

R = 2.19%
G = 42.98%
B = 54.82%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05627D (or 0x05627D) is known color: Blue Lagoon. HEX triplet: 05, 62 and 7D. RGB value is (5,98,125). Sum of RGB (Red+Green+Blue) = 5+98+125=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #05627D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05627D is #FA9D82. Grayscale: #494949. Windows color (decimal): -16424323 or 8217093. OLE color: 8217093.

HSL color Cylindrical-coordinate representation of color #05627D: hue angle of 193.5º 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 #05627D is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 98 125 -
CMYK 0.96 0.22 0 0.51
HSL 193.5º 0.92% 0.25% -
HSV(B) 193.5º 0.96% 0.49% -
XYZ 8.13 10.25 20.95 -
YUV 73.27 157.19 79.3 -
System Red Green Blue C M Y K H S L
Decimal 5 98 125 0.96 0.22 0 0.51 193.5 0.92 0.25
Hex 5 62 7D 60 16 0 33 C2 5C 19
Octal 5 142 175 140 26 0 63 302 134 31
Binary 101 1100010 1111101 1100000 10110 0 110011 11000010 1011100 11001

Color Harmonies of #05627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05627D

Black with #05627D

Text Example


Text Example

White with #05627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,98,125); }

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

background-color css

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

 a { background-color: rgb(5,98,125); }

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

border-color css

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

 span { border-color: rgb(5,98,125); }

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