Html Css Color HEX #567E90 Hoki

📋 copy color: '#567E90'

red 86 ◦ green 126 ◦ blue 144

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

Shades of Hoki #567E90

Tints of Hoki #567E90

RGB

 RED value IS 86 (33.98% from 255) = 24.16%

 GREEN value IS 126 (49.61% from 255) = 35.39%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 24.16%
G = 35.39%
B = 40.45%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#567E90 (or 0x567E90) is known color: Hoki. HEX triplet: 56, 7E and 90. RGB value is (86,126,144). Sum of RGB (Red+Green+Blue) = 86+126+144=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #567E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567E90 is #A9816F. Grayscale: #737373. Windows color (decimal): -11108720 or 9469526. OLE color: 9469526.

HSL color Cylindrical-coordinate representation of color #567E90: hue angle of 198.62º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #567E90 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 126 144 -
CMYK 0.40 0.12 0 0.44
HSL 198.62º 0.25% 0.45% -
HSV(B) 198.62º 0.4% 0.56% -
XYZ 16.33 18.91 29.18 -
YUV 116.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 86 126 144 0.40 0.12 0 0.44 198.62 0.25 0.45
Hex 56 7E 90 28 C 0 2C C7 19 2D
Octal 126 176 220 50 14 0 54 307 31 55
Binary 1010110 1111110 10010000 101000 1100 0 101100 11000111 11001 101101

Color Harmonies of #567E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567E90

Black with #567E90

Text Example


Text Example

White with #567E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567E90; }

 p { color: rgb(86,126,144); }

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

background-color css

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

 a { background-color: rgb(86,126,144); }

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

border-color css

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

 span { border-color: rgb(86,126,144); }

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