Html Css Color HEX #567093 Kashmir Blue

📋 copy color: '#567093'

red 86 ◦ green 112 ◦ blue 147

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

Shades of Kashmir Blue #567093

Tints of Kashmir Blue #567093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

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

R = 24.93%
G = 32.46%
B = 42.61%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#567093 (or 0x567093) is known color: Kashmir Blue. HEX triplet: 56, 70 and 93. RGB value is (86,112,147). Sum of RGB (Red+Green+Blue) = 86+112+147=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #567093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567093 is #A98F6C. Grayscale: #6C6C6C. Windows color (decimal): -11112301 or 9662550. OLE color: 9662550.

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

Color convert

RGB 86 112 147 -
CMYK 0.41 0.24 0 0.42
HSL 214.43º 0.26% 0.46% -
HSV(B) 214.43º 0.41% 0.58% -
XYZ 14.9 15.67 29.84 -
YUV 108.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 86 112 147 0.41 0.24 0 0.42 214.43 0.26 0.46
Hex 56 70 93 29 18 0 2A D6 1A 2E
Octal 126 160 223 51 30 0 52 326 32 56
Binary 1010110 1110000 10010011 101001 11000 0 101010 11010110 11010 101110

Color Harmonies of #567093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567093

Black with #567093

Text Example


Text Example

White with #567093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567093; }

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

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

background-color css

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

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

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

border-color css

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

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

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