Html Css Color HEX #567B99 Kashmir Blue

📋 copy color: '#567B99'

red 86 ◦ green 123 ◦ blue 153

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

Shades of Kashmir Blue #567B99

Tints of Kashmir Blue #567B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.98%

 BLUE value IS 153 (60.16% from 255) = 42.27%

R = 23.76%
G = 33.98%
B = 42.27%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#567B99 (or 0x567B99) is known color: Kashmir Blue. HEX triplet: 56, 7B and 99. RGB value is (86,123,153). Sum of RGB (Red+Green+Blue) = 86+123+153=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #567B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567B99 is #A98466. Grayscale: #737373. Windows color (decimal): -11109479 or 10058582. OLE color: 10058582.

HSL color Cylindrical-coordinate representation of color #567B99: hue angle of 206.87º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #567B99 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 123 153 -
CMYK 0.44 0.20 0 0.4
HSL 206.87º 0.28% 0.47% -
HSV(B) 206.87º 0.44% 0.6% -
XYZ 16.67 18.44 32.82 -
YUV 115.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 86 123 153 0.44 0.20 0 0.4 206.87 0.28 0.47
Hex 56 7B 99 2C 14 0 28 CF 1C 2F
Octal 126 173 231 54 24 0 50 317 34 57
Binary 1010110 1111011 10011001 101100 10100 0 101000 11001111 11100 101111

Color Harmonies of #567B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567B99

Black with #567B99

Text Example


Text Example

White with #567B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567B99; }

 p { color: rgb(86,123,153); }

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

background-color css

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

 a { background-color: rgb(86,123,153); }

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

border-color css

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

 span { border-color: rgb(86,123,153); }

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