Html Css Color HEX #567B96 Kashmir Blue

📋 copy color: '#567B96'

red 86 ◦ green 123 ◦ blue 150

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

Shades of Kashmir Blue #567B96

Tints of Kashmir Blue #567B96

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.26%

 BLUE value IS 150 (58.98% from 255) = 41.78%

R = 23.96%
G = 34.26%
B = 41.78%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#567B96 (or 0x567B96) is known color: Kashmir Blue. HEX triplet: 56, 7B and 96. RGB value is (86,123,150). Sum of RGB (Red+Green+Blue) = 86+123+150=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #567B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567B96 is #A98469. Grayscale: #727272. Windows color (decimal): -11109482 or 9861974. OLE color: 9861974.

HSL color Cylindrical-coordinate representation of color #567B96: hue angle of 205.31º 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 #567B96 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 123 150 -
CMYK 0.43 0.18 0 0.41
HSL 205.31º 0.27% 0.46% -
HSV(B) 205.31º 0.43% 0.59% -
XYZ 16.43 18.35 31.53 -
YUV 115.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 86 123 150 0.43 0.18 0 0.41 205.31 0.27 0.46
Hex 56 7B 96 2B 12 0 29 CD 1B 2E
Octal 126 173 226 53 22 0 51 315 33 56
Binary 1010110 1111011 10010110 101011 10010 0 101001 11001101 11011 101110

Color Harmonies of #567B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567B96

Black with #567B96

Text Example


Text Example

White with #567B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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