Html Css Color HEX #525E68 Fiord

📋 copy color: '#525E68'

red 82 ◦ green 94 ◦ blue 104

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

Shades of Fiord #525E68

Tints of Fiord #525E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

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

R = 29.29%
G = 33.57%
B = 37.14%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#525E68 (or 0x525E68) is known color: Fiord. HEX triplet: 52, 5E and 68. RGB value is (82,94,104). Sum of RGB (Red+Green+Blue) = 82+94+104=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #525E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E68 is #ADA197. Grayscale: #5B5B5B. Windows color (decimal): -11379096 or 6839890. OLE color: 6839890.

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

Color convert

RGB 82 94 104 -
CMYK 0.21 0.10 0 0.59
HSL 207.27º 0.12% 0.36% -
HSV(B) 207.27º 0.21% 0.41% -
XYZ 9.98 10.8 14.66 -
YUV 91.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 82 94 104 0.21 0.10 0 0.59 207.27 0.12 0.36
Hex 52 5E 68 15 A 0 3B CF C 24
Octal 122 136 150 25 12 0 73 317 14 44
Binary 1010010 1011110 1101000 10101 1010 0 111011 11001111 1100 100100

Color Harmonies of #525E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525E68

Black with #525E68

Text Example


Text Example

White with #525E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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