Html Css Color HEX #055366 Blue Lagoon

📋 copy color: '#055366'

red 5 ◦ green 83 ◦ blue 102

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

Shades of Blue Lagoon #055366

Tints of Blue Lagoon #055366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.68%

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

R = 2.63%
G = 43.68%
B = 53.68%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#055366 (or 0x055366) is known color: Blue Lagoon. HEX triplet: 05, 53 and 66. RGB value is (5,83,102). Sum of RGB (Red+Green+Blue) = 5+83+102=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #055366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055366 is #FAAC99. Grayscale: #3D3D3D. Windows color (decimal): -16428186 or 6705925. OLE color: 6705925.

HSL color Cylindrical-coordinate representation of color #055366: hue angle of 191.75º 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 #055366 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 83 102 -
CMYK 0.95 0.19 0 0.6
HSL 191.75º 0.91% 0.21% -
HSV(B) 191.75º 0.95% 0.4% -
XYZ 5.55 7.18 13.66 -
YUV 61.84 150.66 87.46 -
System Red Green Blue C M Y K H S L
Decimal 5 83 102 0.95 0.19 0 0.6 191.75 0.91 0.21
Hex 5 53 66 5F 13 0 3C C0 5B 15
Octal 5 123 146 137 23 0 74 300 133 25
Binary 101 1010011 1100110 1011111 10011 0 111100 11000000 1011011 10101

Color Harmonies of #055366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055366

Black with #055366

Text Example


Text Example

White with #055366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055366; }

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

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

background-color css

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

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

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

border-color css

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

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

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