Html Css Color HEX #52626B Fiord

📋 copy color: '#52626B'

red 82 ◦ green 98 ◦ blue 107

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

Shades of Fiord #52626B

Tints of Fiord #52626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

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

R = 28.57%
G = 34.15%
B = 37.28%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52626B (or 0x52626B) is known color: Fiord. HEX triplet: 52, 62 and 6B. RGB value is (82,98,107). Sum of RGB (Red+Green+Blue) = 82+98+107=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #52626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52626B is #AD9D94. Grayscale: #5E5E5E. Windows color (decimal): -11378069 or 7037522. OLE color: 7037522.

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

Color convert

RGB 82 98 107 -
CMYK 0.23 0.08 0 0.58
HSL 201.6º 0.13% 0.37% -
HSV(B) 201.6º 0.23% 0.42% -
XYZ 10.5 11.59 15.59 -
YUV 94.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 82 98 107 0.23 0.08 0 0.58 201.6 0.13 0.37
Hex 52 62 6B 17 8 0 3A CA D 25
Octal 122 142 153 27 10 0 72 312 15 45
Binary 1010010 1100010 1101011 10111 1000 0 111010 11001010 1101 100101

Color Harmonies of #52626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52626B

Black with #52626B

Text Example


Text Example

White with #52626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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