Html Css Color HEX #567390 Kashmir Blue

📋 copy color: '#567390'

red 86 ◦ green 115 ◦ blue 144

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

Shades of Kashmir Blue #567390

Tints of Kashmir Blue #567390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 24.93%
G = 33.33%
B = 41.74%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#567390 (or 0x567390) is known color: Kashmir Blue. HEX triplet: 56, 73 and 90. RGB value is (86,115,144). Sum of RGB (Red+Green+Blue) = 86+115+144=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #567390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567390 is #A98C6F. Grayscale: #6D6D6D. Windows color (decimal): -11111536 or 9466710. OLE color: 9466710.

HSL color Cylindrical-coordinate representation of color #567390: hue angle of 210º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #567390 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 115 144 -
CMYK 0.40 0.20 0 0.44
HSL 210º 0.25% 0.45% -
HSV(B) 210º 0.4% 0.56% -
XYZ 15 16.25 28.73 -
YUV 109.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 86 115 144 0.40 0.20 0 0.44 210 0.25 0.45
Hex 56 73 90 28 14 0 2C D2 19 2D
Octal 126 163 220 50 24 0 54 322 31 55
Binary 1010110 1110011 10010000 101000 10100 0 101100 11010010 11001 101101

Color Harmonies of #567390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567390

Black with #567390

Text Example


Text Example

White with #567390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567390; }

 p { color: rgb(86,115,144); }

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

background-color css

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

 a { background-color: rgb(86,115,144); }

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

border-color css

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

 span { border-color: rgb(86,115,144); }

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