Html Css Color HEX #5B68CA Chetwode Blue

📋 copy color: '#5B68CA'

red 91 ◦ green 104 ◦ blue 202

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

Shades of Chetwode Blue #5B68CA

Tints of Chetwode Blue #5B68CA

RGB

 RED value IS 91 (35.94% from 255) = 22.92%

 GREEN value IS 104 (41.02% from 255) = 26.2%

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 22.92%
G = 26.2%
B = 50.88%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B68CA (or 0x5B68CA) is known color: Chetwode Blue. HEX triplet: 5B, 68 and CA. RGB value is (91,104,202). Sum of RGB (Red+Green+Blue) = 91+104+202=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B68CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B68CA is #A49735. Grayscale: #6E6E6E. Windows color (decimal): -10786614 or 13264987. OLE color: 13264987.

HSL color Cylindrical-coordinate representation of color #5B68CA: hue angle of 232.97º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B68CA is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 104 202 -
CMYK 0.55 0.49 0 0.21
HSL 232.97º 0.51% 0.57% -
HSV(B) 232.97º 0.55% 0.79% -
XYZ 19.93 16.39 57.99 -
YUV 111.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 91 104 202 0.55 0.49 0 0.21 232.97 0.51 0.57
Hex 5B 68 CA 37 31 0 15 E9 33 39
Octal 133 150 312 67 61 0 25 351 63 71
Binary 1011011 1101000 11001010 110111 110001 0 10101 11101001 110011 111001

Color Harmonies of #5B68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B68CA

Black with #5B68CA

Text Example


Text Example

White with #5B68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B68CA; }

 p { color: rgb(91,104,202); }

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

background-color css

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

 a { background-color: rgb(91,104,202); }

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

border-color css

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

 span { border-color: rgb(91,104,202); }

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