Html Css Color HEX #5865C0 Chetwode Blue

📋 copy color: '#5865C0'

red 88 ◦ green 101 ◦ blue 192

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

Shades of Chetwode Blue #5865C0

Tints of Chetwode Blue #5865C0

RGB

 RED value IS 88 (34.77% from 255) = 23.1%

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

 BLUE value IS 192 (75.39% from 255) = 50.39%

R = 23.1%
G = 26.51%
B = 50.39%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5865C0 (or 0x5865C0) is known color: Chetwode Blue. HEX triplet: 58, 65 and C0. RGB value is (88,101,192). Sum of RGB (Red+Green+Blue) = 88+101+192=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #5865C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865C0 is #A79A3F. Grayscale: #6B6B6B. Windows color (decimal): -10984000 or 12608856. OLE color: 12608856.

HSL color Cylindrical-coordinate representation of color #5865C0: hue angle of 232.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5865C0 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 101 192 -
CMYK 0.54 0.47 0 0.25
HSL 232.5º 0.45% 0.55% -
HSV(B) 232.5º 0.54% 0.75% -
XYZ 18.19 15.19 51.84 -
YUV 107.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 88 101 192 0.54 0.47 0 0.25 232.5 0.45 0.55
Hex 58 65 C0 36 2F 0 19 E8 2D 37
Octal 130 145 300 66 57 0 31 350 55 67
Binary 1011000 1100101 11000000 110110 101111 0 11001 11101000 101101 110111

Color Harmonies of #5865C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5865C0

Black with #5865C0

Text Example


Text Example

White with #5865C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5865C0; }

 p { color: rgb(88,101,192); }

 H1.HeaderClassName
 {
   color: #5865C0;
 }
 .AnyTagClassName
 {
   color: #5865C0;
 }
</style>

background-color css

<style>
 a { background-color: #5865C0; }

 a { background-color: rgb(88,101,192); }

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

border-color css

<style>
 span { border-color: #5865C0; }

 span { border-color: rgb(88,101,192); }

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