Html Css Color HEX #525D67 Fiord

📋 copy color: '#525D67'

red 82 ◦ green 93 ◦ blue 103

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

Shades of Fiord #525D67

Tints of Fiord #525D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.05%

R = 29.5%
G = 33.45%
B = 37.05%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#525D67 (or 0x525D67) is known color: Fiord. HEX triplet: 52, 5D and 67. RGB value is (82,93,103). Sum of RGB (Red+Green+Blue) = 82+93+103=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 103 - color contains mainly: blue. Hex color #525D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D67 is #ADA298. Grayscale: #5A5A5A. Windows color (decimal): -11379353 or 6774098. OLE color: 6774098.

HSL color Cylindrical-coordinate representation of color #525D67: hue angle of 208.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525D67 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 93 103 -
CMYK 0.20 0.10 0 0.60
HSL 208.57º 0.11% 0.36% -
HSV(B) 208.57º 0.2% 0.4% -
XYZ 9.84 10.6 14.36 -
YUV 90.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 82 93 103 0.20 0.10 0 0.60 208.57 0.11 0.36
Hex 52 5D 67 14 A 0 3C D1 B 24
Octal 122 135 147 24 12 0 74 321 13 44
Binary 1010010 1011101 1100111 10100 1010 0 111100 11010001 1011 100100

Color Harmonies of #525D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D67

Black with #525D67

Text Example


Text Example

White with #525D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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