Html Css Color HEX #055465 Blue Lagoon

📋 copy color: '#055465'

red 5 ◦ green 84 ◦ blue 101

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

Shades of Blue Lagoon #055465

Tints of Blue Lagoon #055465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

 BLUE value IS 101 (39.84% from 255) = 53.16%

R = 2.63%
G = 44.21%
B = 53.16%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#055465 (or 0x055465) is known color: Blue Lagoon. HEX triplet: 05, 54 and 65. RGB value is (5,84,101). Sum of RGB (Red+Green+Blue) = 5+84+101=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #055465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055465 is #FAAB9A. Grayscale: #3E3E3E. Windows color (decimal): -16427931 or 6640645. OLE color: 6640645.

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

Color convert

RGB 5 84 101 -
CMYK 0.95 0.17 0 0.60
HSL 190.63º 0.91% 0.21% -
HSV(B) 190.63º 0.95% 0.4% -
XYZ 5.58 7.31 13.43 -
YUV 62.32 149.83 87.12 -
System Red Green Blue C M Y K H S L
Decimal 5 84 101 0.95 0.17 0 0.60 190.63 0.91 0.21
Hex 5 54 65 5F 11 0 3C BF 5B 15
Octal 5 124 145 137 21 0 74 277 133 25
Binary 101 1010100 1100101 1011111 10001 0 111100 10111111 1011011 10101

Color Harmonies of #055465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055465

Black with #055465

Text Example


Text Example

White with #055465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055465; }

 p { color: rgb(5,84,101); }

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

background-color css

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

 a { background-color: rgb(5,84,101); }

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

border-color css

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

 span { border-color: rgb(5,84,101); }

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