Html Css Color HEX #5969C5 Chetwode Blue

📋 copy color: '#5969C5'

red 89 ◦ green 105 ◦ blue 197

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

Shades of Chetwode Blue #5969C5

Tints of Chetwode Blue #5969C5

RGB

 RED value IS 89 (35.16% from 255) = 22.76%

 GREEN value IS 105 (41.41% from 255) = 26.85%

 BLUE value IS 197 (77.34% from 255) = 50.38%

R = 22.76%
G = 26.85%
B = 50.38%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5969C5 (or 0x5969C5) is known color: Chetwode Blue. HEX triplet: 59, 69 and C5. RGB value is (89,105,197). Sum of RGB (Red+Green+Blue) = 89+105+197=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 197 (77.34% from 255 or 50.38% from 391); Max value from RGB is 197 - color contains mainly: blue. Hex color #5969C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5969C5 is #A6963A. Grayscale: #6E6E6E. Windows color (decimal): -10917435 or 12937561. OLE color: 12937561.

HSL color Cylindrical-coordinate representation of color #5969C5: hue angle of 231.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5969C5 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 89 105 197 -
CMYK 0.55 0.47 0 0.23
HSL 231.11º 0.48% 0.56% -
HSV(B) 231.11º 0.55% 0.77% -
XYZ 19.25 16.26 54.95 -
YUV 110.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 89 105 197 0.55 0.47 0 0.23 231.11 0.48 0.56
Hex 59 69 C5 37 2F 0 17 E7 30 38
Octal 131 151 305 67 57 0 27 347 60 70
Binary 1011001 1101001 11000101 110111 101111 0 10111 11100111 110000 111000

Color Harmonies of #5969C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5969C5

Black with #5969C5

Text Example


Text Example

White with #5969C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5969C5; }

 p { color: rgb(89,105,197); }

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

background-color css

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

 a { background-color: rgb(89,105,197); }

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

border-color css

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

 span { border-color: rgb(89,105,197); }

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