Html Css Color HEX #526068 Fiord

📋 copy color: '#526068'

red 82 ◦ green 96 ◦ blue 104

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

Shades of Fiord #526068

Tints of Fiord #526068

RGB

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

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

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

R = 29.08%
G = 34.04%
B = 36.88%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#526068 (or 0x526068) is known color: Fiord. HEX triplet: 52, 60 and 68. RGB value is (82,96,104). Sum of RGB (Red+Green+Blue) = 82+96+104=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #526068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526068 is #AD9F97. Grayscale: #5C5C5C. Windows color (decimal): -11378584 or 6840402. OLE color: 6840402.

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

Color convert

RGB 82 96 104 -
CMYK 0.21 0.08 0 0.59
HSL 201.82º 0.12% 0.36% -
HSV(B) 201.82º 0.21% 0.41% -
XYZ 10.16 11.16 14.72 -
YUV 92.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 82 96 104 0.21 0.08 0 0.59 201.82 0.12 0.36
Hex 52 60 68 15 8 0 3B CA C 24
Octal 122 140 150 25 10 0 73 312 14 44
Binary 1010010 1100000 1101000 10101 1000 0 111011 11001010 1100 100100

Color Harmonies of #526068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526068

Black with #526068

Text Example


Text Example

White with #526068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526068; }

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

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

background-color css

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

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

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

border-color css

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

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

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