Html Css Color HEX #555C65 Bright Grey

📋 copy color: '#555C65'

red 85 ◦ green 92 ◦ blue 101

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

Shades of Bright Grey #555C65

Tints of Bright Grey #555C65

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

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

R = 30.58%
G = 33.09%
B = 36.33%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#555C65 (or 0x555C65) is known color: Bright Grey. HEX triplet: 55, 5C and 65. RGB value is (85,92,101). Sum of RGB (Red+Green+Blue) = 85+92+101=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 101 - color contains mainly: blue. Hex color #555C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C65 is #AAA39A. Grayscale: #5A5A5A. Windows color (decimal): -11183003 or 6642773. OLE color: 6642773.

HSL color Cylindrical-coordinate representation of color #555C65: hue angle of 213.75º 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 #555C65 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 92 101 -
CMYK 0.16 0.09 0 0.60
HSL 213.75º 0.09% 0.36% -
HSV(B) 213.75º 0.16% 0.4% -
XYZ 9.92 10.53 13.82 -
YUV 90.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 85 92 101 0.16 0.09 0 0.60 213.75 0.09 0.36
Hex 55 5C 65 10 9 0 3C D6 9 24
Octal 125 134 145 20 11 0 74 326 11 44
Binary 1010101 1011100 1100101 10000 1001 0 111100 11010110 1001 100100

Color Harmonies of #555C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C65

Black with #555C65

Text Example


Text Example

White with #555C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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