Html Css Color HEX #567494 Kashmir Blue

📋 copy color: '#567494'

red 86 ◦ green 116 ◦ blue 148

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

Shades of Kashmir Blue #567494

Tints of Kashmir Blue #567494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 148 (58.2% from 255) = 42.29%

R = 24.57%
G = 33.14%
B = 42.29%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#567494 (or 0x567494) is known color: Kashmir Blue. HEX triplet: 56, 74 and 94. RGB value is (86,116,148). Sum of RGB (Red+Green+Blue) = 86+116+148=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #567494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567494 is #A98B6B. Grayscale: #6E6E6E. Windows color (decimal): -11111276 or 9729110. OLE color: 9729110.

HSL color Cylindrical-coordinate representation of color #567494: hue angle of 210.97º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #567494 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 116 148 -
CMYK 0.42 0.22 0 0.42
HSL 210.97º 0.26% 0.46% -
HSV(B) 210.97º 0.42% 0.58% -
XYZ 15.43 16.61 30.41 -
YUV 110.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 86 116 148 0.42 0.22 0 0.42 210.97 0.26 0.46
Hex 56 74 94 2A 16 0 2A D3 1A 2E
Octal 126 164 224 52 26 0 52 323 32 56
Binary 1010110 1110100 10010100 101010 10110 0 101010 11010011 11010 101110

Color Harmonies of #567494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567494

Black with #567494

Text Example


Text Example

White with #567494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567494; }

 p { color: rgb(86,116,148); }

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

background-color css

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

 a { background-color: rgb(86,116,148); }

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

border-color css

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

 span { border-color: rgb(86,116,148); }

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