Html Css Color HEX #5D98CB Picton Blue

📋 copy color: '#5D98CB'

red 93 ◦ green 152 ◦ blue 203

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

Shades of Picton Blue #5D98CB

Tints of Picton Blue #5D98CB

RGB

 RED value IS 93 (36.72% from 255) = 20.76%

 GREEN value IS 152 (59.77% from 255) = 33.93%

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 20.76%
G = 33.93%
B = 45.31%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D98CB (or 0x5D98CB) is known color: Picton Blue. HEX triplet: 5D, 98 and CB. RGB value is (93,152,203). Sum of RGB (Red+Green+Blue) = 93+152+203=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D98CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D98CB is #A26734. Grayscale: #8B8B8B. Windows color (decimal): -10643253 or 13342813. OLE color: 13342813.

HSL color Cylindrical-coordinate representation of color #5D98CB: hue angle of 207.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D98CB is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 152 203 -
CMYK 0.54 0.25 0 0.20
HSL 207.82º 0.51% 0.58% -
HSV(B) 207.82º 0.54% 0.8% -
XYZ 26.52 29.1 60.72 -
YUV 140.17 163.45 94.35 -
System Red Green Blue C M Y K H S L
Decimal 93 152 203 0.54 0.25 0 0.20 207.82 0.51 0.58
Hex 5D 98 CB 36 19 0 14 D0 33 3A
Octal 135 230 313 66 31 0 24 320 63 72
Binary 1011101 10011000 11001011 110110 11001 0 10100 11010000 110011 111010

Color Harmonies of #5D98CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D98CB

Black with #5D98CB

Text Example


Text Example

White with #5D98CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,152,203); }

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

background-color css

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

 a { background-color: rgb(93,152,203); }

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

border-color css

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

 span { border-color: rgb(93,152,203); }

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