Html Css Color HEX #52606A Fiord

📋 copy color: '#52606A'

red 82 ◦ green 96 ◦ blue 106

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

Shades of Fiord #52606A

Tints of Fiord #52606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.8%

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 28.87%
G = 33.8%
B = 37.32%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52606A (or 0x52606A) is known color: Fiord. HEX triplet: 52, 60 and 6A. RGB value is (82,96,106). Sum of RGB (Red+Green+Blue) = 82+96+106=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #52606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52606A is #AD9F95. Grayscale: #5C5C5C. Windows color (decimal): -11378582 or 6971474. OLE color: 6971474.

HSL color Cylindrical-coordinate representation of color #52606A: hue angle of 205º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52606A is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 96 106 -
CMYK 0.23 0.09 0 0.58
HSL 205º 0.13% 0.37% -
HSV(B) 205º 0.23% 0.42% -
XYZ 10.26 11.2 15.26 -
YUV 92.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 82 96 106 0.23 0.09 0 0.58 205 0.13 0.37
Hex 52 60 6A 17 9 0 3A CD D 25
Octal 122 140 152 27 11 0 72 315 15 45
Binary 1010010 1100000 1101010 10111 1001 0 111010 11001101 1101 100101

Color Harmonies of #52606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52606A

Black with #52606A

Text Example


Text Example

White with #52606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52606A; }

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

 H1.HeaderClassName
 {
   color: #52606A;
 }
 .AnyTagClassName
 {
   color: #52606A;
 }
</style>

background-color css

<style>
 a { background-color: #52606A; }

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

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

border-color css

<style>
 span { border-color: #52606A; }

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

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