Html Css Color HEX #53BCC4 Viking

📋 copy color: '#53BCC4'

red 83 ◦ green 188 ◦ blue 196

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

Shades of Viking #53BCC4

Tints of Viking #53BCC4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

 BLUE value IS 196 (76.95% from 255) = 41.97%

R = 17.77%
G = 40.26%
B = 41.97%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#53BCC4 (or 0x53BCC4) is known color: Viking. HEX triplet: 53, BC and C4. RGB value is (83,188,196). Sum of RGB (Red+Green+Blue) = 83+188+196=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #53BCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCC4 is #AC433B. Grayscale: #9D9D9D. Windows color (decimal): -11289404 or 12893267. OLE color: 12893267.

HSL color Cylindrical-coordinate representation of color #53BCC4: hue angle of 184.25º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53BCC4 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 188 196 -
CMYK 0.58 0.04 0 0.23
HSL 184.25º 0.49% 0.55% -
HSV(B) 184.25º 0.58% 0.77% -
XYZ 31.51 41.79 58.63 -
YUV 157.52 149.71 74.85 -
System Red Green Blue C M Y K H S L
Decimal 83 188 196 0.58 0.04 0 0.23 184.25 0.49 0.55
Hex 53 BC C4 3A 4 0 17 B8 31 37
Octal 123 274 304 72 4 0 27 270 61 67
Binary 1010011 10111100 11000100 111010 100 0 10111 10111000 110001 110111

Color Harmonies of #53BCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCC4

Black with #53BCC4

Text Example


Text Example

White with #53BCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BCC4; }

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

 H1.HeaderClassName
 {
   color: #53BCC4;
 }
 .AnyTagClassName
 {
   color: #53BCC4;
 }
</style>

background-color css

<style>
 a { background-color: #53BCC4; }

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

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

border-color css

<style>
 span { border-color: #53BCC4; }

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

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