#567993

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

Shades of Kashmir Blue #567993

Tints of Kashmir Blue #567993

Color information

#567993 (or 0x567993) is unknown color: approx Kashmir Blue. HEX triplet: 56, 79 and 93. RGB value is (86,121,147). Sum of RGB (Red+Green+Blue) = 86+121+147=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #567993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567993 is #A9866C. Grayscale: #717171. Windows color (decimal): -11109997 or 9664854. OLE color: 9664854.

HSL color Cylindrical-coordinate representation of color #567993: hue angle of 205.57º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #567993 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86121147-
CMYK0.410.1800.42
HSL205.57º26.18%45.69%-
HSV(B)205.57º41.5%57.65%-
XYZ15.9417.7630.19-
YUV113.5146.9108.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=24.29%
G=34.18%
B=41.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861211470.410.1800.42205.5726.1845.69
Hex567993291202Ace1a2e
Octal12617122351220523163256
Binary10101101111001100100111010011001001010101100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567993; }

 p { color: rgb(86,121,147); }

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

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

 a { background-color: rgb(86,121,147); }

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

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

 span { border-color: rgb(86,121,147); }

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