Html Css Color HEX #525D68 Fiord

📋 copy color: '#525D68'

red 82 ◦ green 93 ◦ blue 104

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

Shades of Fiord #525D68

Tints of Fiord #525D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

 BLUE value IS 104 (41.02% from 255) = 37.28%

R = 29.39%
G = 33.33%
B = 37.28%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#525D68 (or 0x525D68) is known color: Fiord. HEX triplet: 52, 5D and 68. RGB value is (82,93,104). Sum of RGB (Red+Green+Blue) = 82+93+104=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #525D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D68 is #ADA297. Grayscale: #5A5A5A. Windows color (decimal): -11379352 or 6839634. OLE color: 6839634.

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

Color convert

RGB 82 93 104 -
CMYK 0.21 0.11 0 0.59
HSL 210º 0.12% 0.36% -
HSV(B) 210º 0.21% 0.41% -
XYZ 9.89 10.62 14.63 -
YUV 90.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 82 93 104 0.21 0.11 0 0.59 210 0.12 0.36
Hex 52 5D 68 15 B 0 3B D2 C 24
Octal 122 135 150 25 13 0 73 322 14 44
Binary 1010010 1011101 1101000 10101 1011 0 111011 11010010 1100 100100

Color Harmonies of #525D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D68

Black with #525D68

Text Example


Text Example

White with #525D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,93,104); }

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

background-color css

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

 a { background-color: rgb(82,93,104); }

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

border-color css

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

 span { border-color: rgb(82,93,104); }

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