Html Css Color HEX #555C69 Bright Grey

📋 copy color: '#555C69'

red 85 ◦ green 92 ◦ blue 105

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

Shades of Bright Grey #555C69

Tints of Bright Grey #555C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 30.14%
G = 32.62%
B = 37.23%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555C69 (or 0x555C69) is known color: Bright Grey. HEX triplet: 55, 5C and 69. RGB value is (85,92,105). Sum of RGB (Red+Green+Blue) = 85+92+105=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #555C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C69 is #AAA396. Grayscale: #5B5B5B. Windows color (decimal): -11182999 or 6904917. OLE color: 6904917.

HSL color Cylindrical-coordinate representation of color #555C69: hue angle of 219º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555C69 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 92 105 -
CMYK 0.19 0.12 0 0.59
HSL 219º 0.11% 0.37% -
HSV(B) 219º 0.19% 0.41% -
XYZ 10.12 10.61 14.88 -
YUV 91.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 85 92 105 0.19 0.12 0 0.59 219 0.11 0.37
Hex 55 5C 69 13 C 0 3B DB B 25
Octal 125 134 151 23 14 0 73 333 13 45
Binary 1010101 1011100 1101001 10011 1100 0 111011 11011011 1011 100101

Color Harmonies of #555C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C69

Black with #555C69

Text Example


Text Example

White with #555C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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