Html Css Color HEX #52668C Kashmir Blue

📋 copy color: '#52668C'

red 82 ◦ green 102 ◦ blue 140

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

Shades of Kashmir Blue #52668C

Tints of Kashmir Blue #52668C

RGB

 RED value IS 82 (32.42% from 255) = 25.31%

 GREEN value IS 102 (40.23% from 255) = 31.48%

 BLUE value IS 140 (55.08% from 255) = 43.21%

R = 25.31%
G = 31.48%
B = 43.21%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52668C (or 0x52668C) is known color: Kashmir Blue. HEX triplet: 52, 66 and 8C. RGB value is (82,102,140). Sum of RGB (Red+Green+Blue) = 82+102+140=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #52668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52668C is #AD9973. Grayscale: #646464. Windows color (decimal): -11377012 or 9201234. OLE color: 9201234.

HSL color Cylindrical-coordinate representation of color #52668C: hue angle of 219.31º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52668C is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 102 140 -
CMYK 0.41 0.27 0 0.45
HSL 219.31º 0.26% 0.44% -
HSV(B) 219.31º 0.41% 0.55% -
XYZ 12.96 13.19 26.67 -
YUV 100.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 82 102 140 0.41 0.27 0 0.45 219.31 0.26 0.44
Hex 52 66 8C 29 1B 0 2D DB 1A 2C
Octal 122 146 214 51 33 0 55 333 32 54
Binary 1010010 1100110 10001100 101001 11011 0 101101 11011011 11010 101100

Color Harmonies of #52668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52668C

Black with #52668C

Text Example


Text Example

White with #52668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52668C; }

 p { color: rgb(82,102,140); }

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

background-color css

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

 a { background-color: rgb(82,102,140); }

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

border-color css

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

 span { border-color: rgb(82,102,140); }

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