Html Css Color HEX #525F68 Fiord

📋 copy color: '#525F68'

red 82 ◦ green 95 ◦ blue 104

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

Shades of Fiord #525F68

Tints of Fiord #525F68

RGB

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

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

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

R = 29.18%
G = 33.81%
B = 37.01%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#525F68 (or 0x525F68) is known color: Fiord. HEX triplet: 52, 5F and 68. RGB value is (82,95,104). Sum of RGB (Red+Green+Blue) = 82+95+104=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: blue. Hex color #525F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F68 is #ADA097. Grayscale: #5C5C5C. Windows color (decimal): -11378840 or 6840146. OLE color: 6840146.

HSL color Cylindrical-coordinate representation of color #525F68: hue angle of 204.55º 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 #525F68 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 95 104 -
CMYK 0.21 0.09 0 0.59
HSL 204.55º 0.12% 0.36% -
HSV(B) 204.55º 0.21% 0.41% -
XYZ 10.07 10.98 14.68 -
YUV 92.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 82 95 104 0.21 0.09 0 0.59 204.55 0.12 0.36
Hex 52 5F 68 15 9 0 3B CD C 24
Octal 122 137 150 25 11 0 73 315 14 44
Binary 1010010 1011111 1101000 10101 1001 0 111011 11001101 1100 100100

Color Harmonies of #525F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F68

Black with #525F68

Text Example


Text Example

White with #525F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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