Html Css Color HEX #05627B Blue Lagoon

📋 copy color: '#05627B'

red 5 ◦ green 98 ◦ blue 123

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

Shades of Blue Lagoon #05627B

Tints of Blue Lagoon #05627B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.42%

R = 2.21%
G = 43.36%
B = 54.42%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05627B (or 0x05627B) is known color: Blue Lagoon. HEX triplet: 05, 62 and 7B. RGB value is (5,98,123). Sum of RGB (Red+Green+Blue) = 5+98+123=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #05627B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05627B is #FA9D84. Grayscale: #484848. Windows color (decimal): -16424325 or 8086021. OLE color: 8086021.

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

Color convert

RGB 5 98 123 -
CMYK 0.96 0.20 0 0.52
HSL 192.71º 0.92% 0.25% -
HSV(B) 192.71º 0.96% 0.48% -
XYZ 8.01 10.2 20.29 -
YUV 73.04 156.19 79.47 -
System Red Green Blue C M Y K H S L
Decimal 5 98 123 0.96 0.20 0 0.52 192.71 0.92 0.25
Hex 5 62 7B 60 14 0 34 C1 5C 19
Octal 5 142 173 140 24 0 64 301 134 31
Binary 101 1100010 1111011 1100000 10100 0 110100 11000001 1011100 11001

Color Harmonies of #05627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05627B

Black with #05627B

Text Example


Text Example

White with #05627B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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