Html Css Color HEX #5356BC Rich Blue

📋 copy color: '#5356BC'

red 83 ◦ green 86 ◦ blue 188

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

Shades of Rich Blue #5356BC

Tints of Rich Blue #5356BC

RGB

 RED value IS 83 (32.81% from 255) = 23.25%

 GREEN value IS 86 (33.98% from 255) = 24.09%

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

R = 23.25%
G = 24.09%
B = 52.66%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5356BC (or 0x5356BC) is known color: Rich Blue. HEX triplet: 53, 56 and BC. RGB value is (83,86,188). Sum of RGB (Red+Green+Blue) = 83+86+188=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #5356BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5356BC is #ACA943. Grayscale: #606060. Windows color (decimal): -11315524 or 12342867. OLE color: 12342867.

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

Color convert

RGB 83 86 188 -
CMYK 0.56 0.54 0 0.26
HSL 238.29º 0.44% 0.53% -
HSV(B) 238.29º 0.56% 0.74% -
XYZ 15.97 12.13 49.08 -
YUV 96.73 179.51 118.21 -
System Red Green Blue C M Y K H S L
Decimal 83 86 188 0.56 0.54 0 0.26 238.29 0.44 0.53
Hex 53 56 BC 38 36 0 1A EE 2C 35
Octal 123 126 274 70 66 0 32 356 54 65
Binary 1010011 1010110 10111100 111000 110110 0 11010 11101110 101100 110101

Color Harmonies of #5356BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5356BC

Black with #5356BC

Text Example


Text Example

White with #5356BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,86,188); }

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

background-color css

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

 a { background-color: rgb(83,86,188); }

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

border-color css

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

 span { border-color: rgb(83,86,188); }

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