Html Css Color HEX #055262 Blue Lagoon

📋 copy color: '#055262'

red 5 ◦ green 82 ◦ blue 98

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

Shades of Blue Lagoon #055262

Tints of Blue Lagoon #055262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.32%

 BLUE value IS 98 (38.67% from 255) = 52.97%

R = 2.7%
G = 44.32%
B = 52.97%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#055262 (or 0x055262) is known color: Blue Lagoon. HEX triplet: 05, 52 and 62. RGB value is (5,82,98). Sum of RGB (Red+Green+Blue) = 5+82+98=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #055262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055262 is #FAAD9D. Grayscale: #3C3C3C. Windows color (decimal): -16428446 or 6443525. OLE color: 6443525.

HSL color Cylindrical-coordinate representation of color #055262: hue angle of 190.32º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055262 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 82 98 -
CMYK 0.95 0.16 0 0.62
HSL 190.32º 0.9% 0.2% -
HSV(B) 190.32º 0.95% 0.38% -
XYZ 5.28 6.95 12.62 -
YUV 60.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 5 82 98 0.95 0.16 0 0.62 190.32 0.9 0.2
Hex 5 52 62 5F 10 0 3E BE 5A 14
Octal 5 122 142 137 20 0 76 276 132 24
Binary 101 1010010 1100010 1011111 10000 0 111110 10111110 1011010 10100

Color Harmonies of #055262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055262

Black with #055262

Text Example


Text Example

White with #055262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055262; }

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

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

background-color css

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

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

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

border-color css

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

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

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