Html Css Color HEX #535F82 Chambray

📋 copy color: '#535F82'

red 83 ◦ green 95 ◦ blue 130

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

Shades of Chambray #535F82

Tints of Chambray #535F82

RGB

 RED value IS 83 (32.81% from 255) = 26.95%

 GREEN value IS 95 (37.5% from 255) = 30.84%

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 26.95%
G = 30.84%
B = 42.21%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#535F82 (or 0x535F82) is known color: Chambray. HEX triplet: 53, 5F and 82. RGB value is (83,95,130). Sum of RGB (Red+Green+Blue) = 83+95+130=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #535F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F82 is #ACA07D. Grayscale: #5F5F5F. Windows color (decimal): -11313278 or 8544083. OLE color: 8544083.

HSL color Cylindrical-coordinate representation of color #535F82: hue angle of 224.68º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #535F82 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 95 130 -
CMYK 0.36 0.27 0 0.49
HSL 224.68º 0.22% 0.42% -
HSV(B) 224.68º 0.36% 0.51% -
XYZ 11.69 11.64 22.75 -
YUV 95.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 83 95 130 0.36 0.27 0 0.49 224.68 0.22 0.42
Hex 53 5F 82 24 1B 0 31 E1 16 2A
Octal 123 137 202 44 33 0 61 341 26 52
Binary 1010011 1011111 10000010 100100 11011 0 110001 11100001 10110 101010

Color Harmonies of #535F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F82

Black with #535F82

Text Example


Text Example

White with #535F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535F82; }

 p { color: rgb(83,95,130); }

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

background-color css

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

 a { background-color: rgb(83,95,130); }

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

border-color css

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

 span { border-color: rgb(83,95,130); }

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