Html Css Color HEX #567398 Kashmir Blue

📋 copy color: '#567398'

red 86 ◦ green 115 ◦ blue 152

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

Shades of Kashmir Blue #567398

Tints of Kashmir Blue #567398

RGB

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

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

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

R = 24.36%
G = 32.58%
B = 43.06%

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

#567398 (or 0x567398) is known color: Kashmir Blue. HEX triplet: 56, 73 and 98. RGB value is (86,115,152). Sum of RGB (Red+Green+Blue) = 86+115+152=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #567398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567398 is #A98C67. Grayscale: #6E6E6E. Windows color (decimal): -11111528 or 9990998. OLE color: 9990998.

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

Color convert

RGB 86 115 152 -
CMYK 0.43 0.24 0 0.40
HSL 213.64º 0.28% 0.47% -
HSV(B) 213.64º 0.43% 0.6% -
XYZ 15.64 16.51 32.07 -
YUV 110.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 86 115 152 0.43 0.24 0 0.40 213.64 0.28 0.47
Hex 56 73 98 2B 18 0 28 D6 1C 2F
Octal 126 163 230 53 30 0 50 326 34 57
Binary 1010110 1110011 10011000 101011 11000 0 101000 11010110 11100 101111

Color Harmonies of #567398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567398

Black with #567398

Text Example


Text Example

White with #567398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567398; }

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

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

background-color css

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

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

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

border-color css

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

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

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