Html Css Color HEX #51658A Kashmir Blue

📋 copy color: '#51658A'

red 81 ◦ green 101 ◦ blue 138

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

Shades of Kashmir Blue #51658A

Tints of Kashmir Blue #51658A

RGB

 RED value IS 81 (32.03% from 255) = 25.31%

 GREEN value IS 101 (39.84% from 255) = 31.56%

 BLUE value IS 138 (54.3% from 255) = 43.13%

R = 25.31%
G = 31.56%
B = 43.13%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#51658A (or 0x51658A) is known color: Kashmir Blue. HEX triplet: 51, 65 and 8A. RGB value is (81,101,138). Sum of RGB (Red+Green+Blue) = 81+101+138=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #51658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51658A is #AE9A75. Grayscale: #636363. Windows color (decimal): -11442806 or 9069905. OLE color: 9069905.

HSL color Cylindrical-coordinate representation of color #51658A: hue angle of 218.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51658A is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 101 138 -
CMYK 0.41 0.27 0 0.46
HSL 218.95º 0.26% 0.43% -
HSV(B) 218.95º 0.41% 0.54% -
XYZ 12.63 12.89 25.87 -
YUV 99.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 81 101 138 0.41 0.27 0 0.46 218.95 0.26 0.43
Hex 51 65 8A 29 1B 0 2E DB 1A 2B
Octal 121 145 212 51 33 0 56 333 32 53
Binary 1010001 1100101 10001010 101001 11011 0 101110 11011011 11010 101011

Color Harmonies of #51658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51658A

Black with #51658A

Text Example


Text Example

White with #51658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51658A; }

 p { color: rgb(81,101,138); }

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

background-color css

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

 a { background-color: rgb(81,101,138); }

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

border-color css

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

 span { border-color: rgb(81,101,138); }

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