Html Css Color HEX #555765 Bright Grey

📋 copy color: '#555765'

red 85 ◦ green 87 ◦ blue 101

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

Shades of Bright Grey #555765

Tints of Bright Grey #555765

RGB

 RED value IS 85 (33.59% from 255) = 31.14%

 GREEN value IS 87 (34.38% from 255) = 31.87%

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

R = 31.14%
G = 31.87%
B = 37%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#555765 (or 0x555765) is known color: Bright Grey. HEX triplet: 55, 57 and 65. RGB value is (85,87,101). Sum of RGB (Red+Green+Blue) = 85+87+101=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #555765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555765 is #AAA89A. Grayscale: #575757. Windows color (decimal): -11184283 or 6641493. OLE color: 6641493.

HSL color Cylindrical-coordinate representation of color #555765: hue angle of 232.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #555765 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 87 101 -
CMYK 0.16 0.14 0 0.60
HSL 232.5º 0.09% 0.36% -
HSV(B) 232.5º 0.16% 0.4% -
XYZ 9.5 9.69 13.68 -
YUV 88 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 85 87 101 0.16 0.14 0 0.60 232.5 0.09 0.36
Hex 55 57 65 10 E 0 3C E8 9 24
Octal 125 127 145 20 16 0 74 350 11 44
Binary 1010101 1010111 1100101 10000 1110 0 111100 11101000 1001 100100

Color Harmonies of #555765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555765

Black with #555765

Text Example


Text Example

White with #555765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555765; }

 p { color: rgb(85,87,101); }

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

background-color css

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

 a { background-color: rgb(85,87,101); }

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

border-color css

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

 span { border-color: rgb(85,87,101); }

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