Html Css Color HEX #5865BC Chetwode Blue

📋 copy color: '#5865BC'

red 88 ◦ green 101 ◦ blue 188

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

Shades of Chetwode Blue #5865BC

Tints of Chetwode Blue #5865BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 23.34%
G = 26.79%
B = 49.87%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5865BC (or 0x5865BC) is known color: Chetwode Blue. HEX triplet: 58, 65 and BC. RGB value is (88,101,188). Sum of RGB (Red+Green+Blue) = 88+101+188=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #5865BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865BC is #A79A43. Grayscale: #6A6A6A. Windows color (decimal): -10984004 or 12346712. OLE color: 12346712.

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

Color convert

RGB 88 101 188 -
CMYK 0.53 0.46 0 0.26
HSL 232.2º 0.43% 0.54% -
HSV(B) 232.2º 0.53% 0.74% -
XYZ 17.76 15.01 49.54 -
YUV 107.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 88 101 188 0.53 0.46 0 0.26 232.2 0.43 0.54
Hex 58 65 BC 35 2E 0 1A E8 2B 36
Octal 130 145 274 65 56 0 32 350 53 66
Binary 1011000 1100101 10111100 110101 101110 0 11010 11101000 101011 110110

Color Harmonies of #5865BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5865BC

Black with #5865BC

Text Example


Text Example

White with #5865BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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