Html Css Color HEX #555C83 Chambray

📋 copy color: '#555C83'

red 85 ◦ green 92 ◦ blue 131

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

Shades of Chambray #555C83

Tints of Chambray #555C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 27.6%
G = 29.87%
B = 42.53%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#555C83 (or 0x555C83) is known color: Chambray. HEX triplet: 55, 5C and 83. RGB value is (85,92,131). Sum of RGB (Red+Green+Blue) = 85+92+131=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #555C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555C83 is #AAA37C. Grayscale: #5E5E5E. Windows color (decimal): -11182973 or 8608853. OLE color: 8608853.

HSL color Cylindrical-coordinate representation of color #555C83: hue angle of 230.87º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #555C83 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 92 131 -
CMYK 0.35 0.30 0 0.49
HSL 230.87º 0.21% 0.42% -
HSV(B) 230.87º 0.35% 0.51% -
XYZ 11.67 11.22 23.02 -
YUV 94.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 85 92 131 0.35 0.30 0 0.49 230.87 0.21 0.42
Hex 55 5C 83 23 1E 0 31 E7 15 2A
Octal 125 134 203 43 36 0 61 347 25 52
Binary 1010101 1011100 10000011 100011 11110 0 110001 11100111 10101 101010

Color Harmonies of #555C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C83

Black with #555C83

Text Example


Text Example

White with #555C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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