Html Css Color HEX #525F74 Chambray

📋 copy color: '#525F74'

red 82 ◦ green 95 ◦ blue 116

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

Shades of Chambray #525F74

Tints of Chambray #525F74

RGB

 RED value IS 82 (32.42% from 255) = 27.99%

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

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 27.99%
G = 32.42%
B = 39.59%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#525F74 (or 0x525F74) is known color: Chambray. HEX triplet: 52, 5F and 74. RGB value is (82,95,116). Sum of RGB (Red+Green+Blue) = 82+95+116=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #525F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F74 is #ADA08B. Grayscale: #5D5D5D. Windows color (decimal): -11378828 or 7626578. OLE color: 7626578.

HSL color Cylindrical-coordinate representation of color #525F74: hue angle of 217.06º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #525F74 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 95 116 -
CMYK 0.29 0.18 0 0.55
HSL 217.06º 0.17% 0.39% -
HSV(B) 217.06º 0.29% 0.45% -
XYZ 10.72 11.24 18.13 -
YUV 93.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 82 95 116 0.29 0.18 0 0.55 217.06 0.17 0.39
Hex 52 5F 74 1D 12 0 37 D9 11 27
Octal 122 137 164 35 22 0 67 331 21 47
Binary 1010010 1011111 1110100 11101 10010 0 110111 11011001 10001 100111

Color Harmonies of #525F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F74

Black with #525F74

Text Example


Text Example

White with #525F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525F74; }

 p { color: rgb(82,95,116); }

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

background-color css

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

 a { background-color: rgb(82,95,116); }

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

border-color css

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

 span { border-color: rgb(82,95,116); }

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