Html Css Color HEX #567498 Kashmir Blue

📋 copy color: '#567498'

red 86 ◦ green 116 ◦ blue 152

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

Shades of Kashmir Blue #567498

Tints of Kashmir Blue #567498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.94%

R = 24.29%
G = 32.77%
B = 42.94%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#567498 (or 0x567498) is known color: Kashmir Blue. HEX triplet: 56, 74 and 98. RGB value is (86,116,152). Sum of RGB (Red+Green+Blue) = 86+116+152=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #567498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567498 is #A98B67. Grayscale: #6E6E6E. Windows color (decimal): -11111272 or 9991254. OLE color: 9991254.

HSL color Cylindrical-coordinate representation of color #567498: hue angle of 212.73º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #567498 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 116 152 -
CMYK 0.43 0.24 0 0.40
HSL 212.73º 0.28% 0.47% -
HSV(B) 212.73º 0.43% 0.6% -
XYZ 15.75 16.74 32.11 -
YUV 111.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 86 116 152 0.43 0.24 0 0.40 212.73 0.28 0.47
Hex 56 74 98 2B 18 0 28 D5 1C 2F
Octal 126 164 230 53 30 0 50 325 34 57
Binary 1010110 1110100 10011000 101011 11000 0 101000 11010101 11100 101111

Color Harmonies of #567498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567498

Black with #567498

Text Example


Text Example

White with #567498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567498; }

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

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

background-color css

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

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

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

border-color css

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

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

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