Html Css Color HEX #525A60 Fiord

📋 copy color: '#525A60'

red 82 ◦ green 90 ◦ blue 96

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

Shades of Fiord #525A60

Tints of Fiord #525A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.58%

 BLUE value IS 96 (37.89% from 255) = 35.82%

R = 30.6%
G = 33.58%
B = 35.82%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525A60 (or 0x525A60) is known color: Fiord. HEX triplet: 52, 5A and 60. RGB value is (82,90,96). Sum of RGB (Red+Green+Blue) = 82+90+96=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #525A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A60 is #ADA59F. Grayscale: #585858. Windows color (decimal): -11380128 or 6314578. OLE color: 6314578.

HSL color Cylindrical-coordinate representation of color #525A60: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525A60 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 90 96 -
CMYK 0.15 0.06 0 0.62
HSL 205.71º 0.08% 0.35% -
HSV(B) 205.71º 0.15% 0.38% -
XYZ 9.25 9.95 12.5 -
YUV 88.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 82 90 96 0.15 0.06 0 0.62 205.71 0.08 0.35
Hex 52 5A 60 F 6 0 3E CE 8 23
Octal 122 132 140 17 6 0 76 316 10 43
Binary 1010010 1011010 1100000 1111 110 0 111110 11001110 1000 100011

Color Harmonies of #525A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A60

Black with #525A60

Text Example


Text Example

White with #525A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,90,96); }

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

background-color css

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

 a { background-color: rgb(82,90,96); }

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

border-color css

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

 span { border-color: rgb(82,90,96); }

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