Html Css Color HEX #05627A Blue Lagoon

📋 copy color: '#05627A'

red 5 ◦ green 98 ◦ blue 122

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

Shades of Blue Lagoon #05627A

Tints of Blue Lagoon #05627A

RGB

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

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

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

R = 2.22%
G = 43.56%
B = 54.22%

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

#05627A (or 0x05627A) is known color: Blue Lagoon. HEX triplet: 05, 62 and 7A. RGB value is (5,98,122). Sum of RGB (Red+Green+Blue) = 5+98+122=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #05627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05627A is #FA9D85. Grayscale: #484848. Windows color (decimal): -16424326 or 8020485. OLE color: 8020485.

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

Color convert

RGB 5 98 122 -
CMYK 0.96 0.20 0 0.52
HSL 192.31º 0.92% 0.25% -
HSV(B) 192.31º 0.96% 0.48% -
XYZ 7.94 10.17 19.96 -
YUV 72.93 155.69 79.55 -
System Red Green Blue C M Y K H S L
Decimal 5 98 122 0.96 0.20 0 0.52 192.31 0.92 0.25
Hex 5 62 7A 60 14 0 34 C0 5C 19
Octal 5 142 172 140 24 0 64 300 134 31
Binary 101 1100010 1111010 1100000 10100 0 110100 11000000 1011100 11001

Color Harmonies of #05627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05627A

Black with #05627A

Text Example


Text Example

White with #05627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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