#567498

Color #567498 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #567498

Tints of Kashmir Blue #567498

Color information

#567498 (or 0x567498) is unknown color: approx Kashmir Blue. HEX triplet: 56, 74 and 98. RGB value is (86,116,152). Sum of RGB (Red+Green+Blue) = 86+116+152=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #567498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567498 is #A98B67. Grayscale: #6E6E6E. Windows color (decimal): -11111272 or 9991254. OLE color: 9991254.

HSL color Cylindrical-coordinate representation of color #567498: hue angle of 212.73º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #567498 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB86116152-
CMYK0.430.2400.40
HSL212.73º27.73%46.67%-
HSV(B)212.73º43.42%59.61%-
XYZ15.7516.7432.11-
YUV111.13151.06110.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 152 (59.77% from 255) = 42.94%
R=24.29%
G=32.77%
B=42.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861161520.430.2400.40212.7327.7346.67
Hex5674982B18028d51c2f
Octal12616423053300503253457
Binary10101101110100100110001010111100001010001101010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567498; }

 p { color: rgb(86,116,152); }

 H1.HeaderClassName
 {
   color: #567498;
 }
 .AnyTagClassName
 {
   color: #567498;
 }
</style>
background-color css

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

 a { background-color: rgb(86,116,152); }

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

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

 span { border-color: rgb(86,116,152); }

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