Html Css Color HEX #52616B Fiord

📋 copy color: '#52616B'

red 82 ◦ green 97 ◦ blue 107

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

Shades of Fiord #52616B

Tints of Fiord #52616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.92%

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 28.67%
G = 33.92%
B = 37.41%

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

#52616B (or 0x52616B) is known color: Fiord. HEX triplet: 52, 61 and 6B. RGB value is (82,97,107). Sum of RGB (Red+Green+Blue) = 82+97+107=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #52616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52616B is #AD9E94. Grayscale: #5D5D5D. Windows color (decimal): -11378325 or 7037266. OLE color: 7037266.

HSL color Cylindrical-coordinate representation of color #52616B: hue angle of 204º 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 #52616B is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 97 107 -
CMYK 0.23 0.09 0 0.58
HSL 204º 0.13% 0.37% -
HSV(B) 204º 0.23% 0.42% -
XYZ 10.41 11.4 15.56 -
YUV 93.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 82 97 107 0.23 0.09 0 0.58 204 0.13 0.37
Hex 52 61 6B 17 9 0 3A CC D 25
Octal 122 141 153 27 11 0 72 314 15 45
Binary 1010010 1100001 1101011 10111 1001 0 111010 11001100 1101 100101

Color Harmonies of #52616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52616B

Black with #52616B

Text Example


Text Example

White with #52616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52616B; }

 p { color: rgb(82,97,107); }

 H1.HeaderClassName
 {
   color: #52616B;
 }
 .AnyTagClassName
 {
   color: #52616B;
 }
</style>

background-color css

<style>
 a { background-color: #52616B; }

 a { background-color: rgb(82,97,107); }

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

border-color css

<style>
 span { border-color: #52616B; }

 span { border-color: rgb(82,97,107); }

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