#567B97

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

Shades of Kashmir Blue #567B97

Tints of Kashmir Blue #567B97

Color information

#567B97 (or 0x567B97) is unknown color: approx Kashmir Blue. HEX triplet: 56, 7B and 97. RGB value is (86,123,151). Sum of RGB (Red+Green+Blue) = 86+123+151=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 151 - color contains mainly: blue. Hex color #567B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567B97 is #A98468. Grayscale: #727272. Windows color (decimal): -11109481 or 9927510. OLE color: 9927510.

HSL color Cylindrical-coordinate representation of color #567B97: hue angle of 205.85º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #567B97 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB86123151-
CMYK0.430.1900.41
HSL205.85º27.43%46.47%-
HSV(B)205.85º43.05%59.22%-
XYZ16.5118.3831.96-
YUV115.13148.24107.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 151 (59.38% from 255) = 41.94%
R=23.89%
G=34.17%
B=41.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861231510.430.1900.41205.8527.4346.47
Hex567B972B13029ce1b2e
Octal12617322753230513163356
Binary10101101111011100101111010111001101010011100111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,123,151); }

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

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

 a { background-color: rgb(86,123,151); }

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

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

 span { border-color: rgb(86,123,151); }

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