Html Css Color HEX #567593 Kashmir Blue

📋 copy color: '#567593'

red 86 ◦ green 117 ◦ blue 147

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

Shades of Kashmir Blue #567593

Tints of Kashmir Blue #567593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 147 (57.81% from 255) = 42%

R = 24.57%
G = 33.43%
B = 42%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#567593 (or 0x567593) is known color: Kashmir Blue. HEX triplet: 56, 75 and 93. RGB value is (86,117,147). Sum of RGB (Red+Green+Blue) = 86+117+147=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #567593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567593 is #A98A6C. Grayscale: #6F6F6F. Windows color (decimal): -11111021 or 9663830. OLE color: 9663830.

HSL color Cylindrical-coordinate representation of color #567593: hue angle of 209.51º 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 #567593 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 117 147 -
CMYK 0.41 0.20 0 0.42
HSL 209.51º 0.26% 0.46% -
HSV(B) 209.51º 0.41% 0.58% -
XYZ 15.47 16.81 30.03 -
YUV 111.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 86 117 147 0.41 0.20 0 0.42 209.51 0.26 0.46
Hex 56 75 93 29 14 0 2A D2 1A 2E
Octal 126 165 223 51 24 0 52 322 32 56
Binary 1010110 1110101 10010011 101001 10100 0 101010 11010010 11010 101110

Color Harmonies of #567593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567593

Black with #567593

Text Example


Text Example

White with #567593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567593; }

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

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

background-color css

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

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

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

border-color css

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

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

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