Html Css Color HEX #065577 Blue Lagoon

📋 copy color: '#065577'

red 6 ◦ green 85 ◦ blue 119

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

Shades of Blue Lagoon #065577

Tints of Blue Lagoon #065577

RGB

 RED value IS 6 (2.73% from 255) = 2.86%

 GREEN value IS 85 (33.59% from 255) = 40.48%

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 2.86%
G = 40.48%
B = 56.67%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#065577 (or 0x065577) is known color: Blue Lagoon. HEX triplet: 06, 55 and 77. RGB value is (6,85,119). Sum of RGB (Red+Green+Blue) = 6+85+119=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #065577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065577 is #F9AA88. Grayscale: #414141. Windows color (decimal): -16362121 or 7820550. OLE color: 7820550.

HSL color Cylindrical-coordinate representation of color #065577: hue angle of 198.05º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065577 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 85 119 -
CMYK 0.95 0.29 0 0.53
HSL 198.05º 0.9% 0.25% -
HSV(B) 198.05º 0.95% 0.47% -
XYZ 6.65 7.87 18.62 -
YUV 65.26 158.33 85.74 -
System Red Green Blue C M Y K H S L
Decimal 6 85 119 0.95 0.29 0 0.53 198.05 0.9 0.25
Hex 6 55 77 5F 1D 0 35 C6 5A 19
Octal 6 125 167 137 35 0 65 306 132 31
Binary 110 1010101 1110111 1011111 11101 0 110101 11000110 1011010 11001

Color Harmonies of #065577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065577

Black with #065577

Text Example


Text Example

White with #065577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065577; }

 p { color: rgb(6,85,119); }

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

background-color css

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

 a { background-color: rgb(6,85,119); }

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

border-color css

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

 span { border-color: rgb(6,85,119); }

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