Html Css Color HEX #055266 Blue Lagoon

📋 copy color: '#055266'

red 5 ◦ green 82 ◦ blue 102

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

Shades of Blue Lagoon #055266

Tints of Blue Lagoon #055266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 53.97%

R = 2.65%
G = 43.39%
B = 53.97%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#055266 (or 0x055266) is known color: Blue Lagoon. HEX triplet: 05, 52 and 66. RGB value is (5,82,102). Sum of RGB (Red+Green+Blue) = 5+82+102=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #055266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055266 is #FAAD99. Grayscale: #3D3D3D. Windows color (decimal): -16428442 or 6705669. OLE color: 6705669.

HSL color Cylindrical-coordinate representation of color #055266: hue angle of 192.37º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055266 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 82 102 -
CMYK 0.95 0.20 0 0.6
HSL 192.37º 0.91% 0.21% -
HSV(B) 192.37º 0.95% 0.4% -
XYZ 5.48 7.03 13.64 -
YUV 61.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 5 82 102 0.95 0.20 0 0.6 192.37 0.91 0.21
Hex 5 52 66 5F 14 0 3C C0 5B 15
Octal 5 122 146 137 24 0 74 300 133 25
Binary 101 1010010 1100110 1011111 10100 0 111100 11000000 1011011 10101

Color Harmonies of #055266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055266

Black with #055266

Text Example


Text Example

White with #055266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055266; }

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

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

background-color css

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

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

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

border-color css

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

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

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