#567295

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

Shades of Kashmir Blue #567295

Tints of Kashmir Blue #567295

Color information

#567295 (or 0x567295) is unknown color: approx Kashmir Blue. HEX triplet: 56, 72 and 95. RGB value is (86,114,149). Sum of RGB (Red+Green+Blue) = 86+114+149=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #567295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567295 is #A98D6A. Grayscale: #6D6D6D. Windows color (decimal): -11111787 or 9794134. OLE color: 9794134.

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

Color convert

RGB86114149-
CMYK0.420.2300.42
HSL213.33º26.81%46.08%-
HSV(B)213.33º42.28%58.43%-
XYZ15.2816.1830.75-
YUV109.62150.22111.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=24.64%
G=32.66%
B=42.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861141490.420.2300.42213.3326.8146.08
Hex5672952A1702Ad51b2e
Octal12616222552270523253356
Binary10101101110010100101011010101011101010101101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567295; }

 p { color: rgb(86,114,149); }

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

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

 a { background-color: rgb(86,114,149); }

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

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

 span { border-color: rgb(86,114,149); }

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